home *** CD-ROM | disk | FTP | other *** search
- on exitFrame
- global nappi_sprite
- set ro to 0
- if rollOver(3) then
- set the locH of sprite nappi_sprite to 118
- set the locV of sprite nappi_sprite to 396
- set ro to 1
- end if
- if rollOver(4) then
- set the locH of sprite nappi_sprite to 118
- set the locV of sprite nappi_sprite to 426
- set ro to 1
- end if
- if rollOver(5) then
- set the locH of sprite nappi_sprite to 398
- set the locV of sprite nappi_sprite to 454
- set ro to 1
- end if
- if ro = 0 then
- set the locV of sprite nappi_sprite to 1000
- end if
- go(the frame)
- end
-